home *** CD-ROM | disk | FTP | other *** search
- # $Header: l:/proddev/3_0rcs/UTIL/COM/ERRORENG.TXT 1.29 1996/05/31 12:12:26 hans Release $
-
- # GeoLocate erroreng.txt (ENGLISH)
- # Format XXYNNN where XX = library ID, Y = error type, and NNN is error value.
- # Error text is within quotes. %s is used for variable substitution.
- # Errors should be grouped by error type in sequential order.
- # Libraries not creating the error type should use a subrange when using an
- # existing error type. Use subranges of 25 or 50.
- # Each error is global for all libraries.
- #
- # $Log: ERRORENG.TXT $
- # Revision 1.29 1996/05/31 12:12:26 hans
- # Added some more parser error texts
- # Revision 1.28 1996/05/29 18:43:22 Ron_Lehman
- # Added a few errors for GEF2GPVF and GPVFMERGE.
- # Revision 1.27 1996/05/29 17:33:30 dennis
- # add H021, R101 - Geocode/Route RPC Init errors
- # Revision 1.26 1996/05/27 17:38:41 dennis
- # add RPC-specific route client error codes (retro-active to revision 1.25)
- # Revision 1.25 1996/05/23 14:43:16 AlanB
- # Added Parser Errors
- # Revision 1.24 1996/05/22 08:01:16 MattC
- # Added route errors.
- # Revision 1.23 1996/05/21 20:02:33 dennis
- # add H020 - Remote geocoder init failure
- # Revision 1.22 1996/05/20 17:14:09 darin
- # Removed some mapping error codes.
- # Revision 1.21 1996/05/20 13:25:46 hans
- # Deleted routing errors no longer used.
- # Revision 1.20 1996/05/20 12:24:13 MattC
- # Changed some route error messages.
- # Revision 1.19 1996/05/17 19:46:36 Ron_Lehman
- # Added errors for data conversion applications GPVFMERGE and GEF2GPVF.
- # Revision 1.18 1996/05/17 07:51:39 dennis
- # add R099 (for routing)
- # Revision 1.17 1996/05/17 07:20:01 MattC
- # Changed route error R028.
- # Revision 1.16 1996/05/09 18:42:03 darin
- # Removed two mapping errors.
- # Revision 1.15 1996/05/09 16:46:53 dennis
- # add thread mutex and condition variable errors; add R098 code;
- # change N034 code's text
- # Revision 1.14 1996/05/09 11:24:28 Keith
- # Update error handling for "Hardcoded" errors and fix IsVoid() method in ERRORBLOCK.
- # Revision 1.13 1996/05/07 20:20:39 darin
- # More mapping errors
- # Revision 1.12 1996/05/07 08:19:37 MattC
- # Added route errors and corrected other errors.
- # Revision 1.11 1996/05/07 05:49:48 MattC
- # Added route errors.
- # Revision 1.10 1996/05/06 19:09:25 dennis
- # add Route RPC errors, some CRouteClient errors
- # Revision 1.9 1996/05/06 13:27:27 darin
- # Added CovSet errors
- # Revision 1.8 1996/05/06 10:55:23 dennis
- # add error-handling support for Geocode RPC lib
- # Revision 1.7 1996/05/06 06:05:15 dennis
- # add GEOCODE errors (excepting RPC-related)
- # Revision 1.6 1996/05/05 22:41:32 darin
- # Added mapping errors for ReadStyleFile
- # Revision 1.5 1996/05/05 18:33:00 dennis
- # add MKSSI header/log; changed name reference to erroreng.txt
- #
- # The Library ID (XX) are defined as:
- # UT UTIL
- # TL TOOL
- # RT ROUTE
- # GC GEOCODE (Generic)
- # GQ GEOCODE (QMS)
- # GG GEOCODE (GEOSYS)
- # RP RPC
- # IO DATIO
- # MP MAP
- # CS COVSET
- # SU SETUP
- # PS PSEARCH
-
- # The Error Types (Y) are defined as:
- # A Assertion errors
- # C Communication errors
- # D Disk errors
- # F Memory Map errors
- # G GDI Errors
- # H Geocode errors
- # M Memory errors
- # N Mapping errors
- # P Projection errors
- # R Routing errors
- # S Parsing errors
- # T Thread errors
- # W Thread Read/Write Lock synchronization errors
- # X Miscellaneous errors
- # Y Hardcoded errors (Errors not using error.txt file. Not for general use.)
- # Z Application errors
-
- A000, "%s"
-
- #C600 - C624 for GQ.
- #geocode_open_transport(): servername (nil) error
- C600, "%s
- #clnt_create() errors
- C601, "Geocode clnt_create() error - %s."
- #clnt_call() errors
- C602, "Geocode clnt_call() error - %s."
-
- #C625 - C649 for GG.
-
- #C650 - C699 for RT.
- #route_open_transport(): servername (nil) error
- C650, "%s
- #clnt_create() errors
- C651, "Route clnt_create() error - %s."
- #clnt_call() errors
- C652, "Route clnt_call() error - %s."
- C653, "Route remote open transport failed."
-
- D000, "File error."
- D001, "File error. Invalid filename (buffer too small)."
- D002, "File open error."
- D003, "File close error."
- D004, "File open error. Invalid file type."
- D005, "File open error. Invalid file major version."
- D006, "File open error. Invalid file minor version."
- D007, "File read error."
- D008, "File write error."
- D009, "File seek error."
- D010, "File flush error."
- D020, "File error. Read past end of file."
- D021, "File write error. Attempt to write to read-only file."
- D022, "File enlargement error."
- D050, "UTFileDelete did not delete the file."
- D051, "UTFileDelete does not handle wildcards."
- #D500 - D549 for TL.
- #D550 - D599 for IO.
- D550, "Can't write to work file."
- D551, "Can't update turn restriction."
- #D600 - D624 for GQ.
- #D625 - D649 for GG.
- #D650 - D699 for RT.
- #D850 - D899 for CS.
- #D850 Free
- #D851 Free
- D852, "Coverage set file read failed."
- #D900 - D998 for SU.
-
- F000, "Memory-mapped error."
- F001, "Memory-mapped file open error."
- F002, "Memory-mapped file close error."
- F003, "Memory-mapped file read error."
- F004, "Memory-mapped file write error."
- F005, "Memory-mapped file buffer allocation failure."
- F006, "Memory-mapped file lock failed."
- F007, "Memory-mapped error. File is locked."
- F008, "Memory page unmapping failed."
- F009, "File Mapping failed."
- F010, "File Map View could not be created."
- F011, "Invalid share argument; assuming 'exclusive'."
- F012, "Invalid mode argument; assuming 'read'."
- #F500 - F549 for TL.
- #F550 - F599 for IO.
- #F600 - F624 for GQ.
- #F625 - F649 for GG.
- #F650 - F699 for RT.
- #F850 - F899 for CS.
- #F900 - F998 for SU.
-
- G000, "Graphic Device Interface error."
- G001, "Error creating system pen."
- G002, "Error creating system brush."
- G003, "Error creating system font."
- G100, "Error drawing Ellipse."
- G101, "Error with LineTo."
- G102, "Error with MoveTo."
- G103, "Error drawing Polygon."
- G104, "Error drawing Polyline."
- G105, "Error drawing PolyPolygon."
- G106, "Error drawing Rectangle."
- G107, "Error drawing Text."
- G120, "StretchBlt failed."
- G200, "Error in TLLoadBMPFile. *.bmp or *.rle file not found."
- G201, "Error in TLCreateDDBFromDIB."
- G202, "Error in TLDeleteDDB."
- #G550 - G599 For IO.
-
- #Geocode Errors
- H001, "Illegal address in geocoder"
- H002, "Geocoder init failed"
- H003, "Remote open transport failed"
- H004, "Geocoder find error"
- H005, "Geocoder failed: no city/state/zip provided"
- H006, "Invalid return code from geocoder find"
- H007, "Staging data get error"
- H008, "Output data get error"
- H009, "Lat data get error"
- H010, "Long data get error"
- H011, "Location code data get error"
- H012, "Illegal offset distance"
- H013, "Illegal zipcode"
- H014, "Geocode find - server error"
-
- #Geocode RPC Errors
- H015, "Server received no coverage ID."
- H016, "Wrong/improper host for accessing data."
- H017, "Missing license file path."
- H018, "Missing data paths."
- H019, "Missing zip+4 path."
- H020, "Remote geocoder init failure (check geocode server log)."
- H021, "Geocode RPC Init Failed."
- #Client Handle=(nil) errors
- H022, "%s"
-
- #General purpose error code for throwing any hard-coded geocode error
- H999, "%s"
-
- M000, "Memory error."
- M001, "Memory Allocation failed."
- M002, "Memory Reallocation failed."
- M003, "Attempt to reallocate middle of block - failed."
- M004, "Attempting to enlarge uncommitted storage - failed."
- M005, "No page access to block for Realloc."
- M010, "Memory Pool Allocation Failure."
- M011, "Pool usage error: element size out of range."
- M012, "Memory Pool exhausted."
- M013, "Attempted to release illegal MemPool element."
- M020, "CMemArray::Sort. Illegal element size or count."
- M021, "CCacheFile error. Cache buffer could not be allocated."
- M022, "CCacheFile error. Buffer Allocation failure."
- M100, "Memory error instantiating C++ object."
- #M500 - M549 for TL.
- #M550 - M599 for IO.
-
- #M600 - M624 for GQ.
- M600, "Geocode server's GCInit_V1() malloc() failed."
- M601, "Geocode server's GCFind_V1() malloc() failed."
- M602, "Geocode server's Match data malloc() failed."
- M603, "Geocode server's GCFindZip_V1() malloc() failed."
- M604, "Geocode server's FindZip lat/long malloc() failed."
- M605, "Geocode server's GCFindCity_V1() malloc() failed."
- M606, "Geocode server's GCGetSoundex_V1() malloc() failed."
-
- #M625 - M649 for GG.
-
- #M650 - M699 for RT.
- M650, "RTDoRoute_V1()'s malloc() failed."
- #M651, "Narrative UTMemAlloc() failed."
- #M652, "Shape point UTMemAlloc() failed."
- M653, "RTGetNetLocInfo_V1()'s malloc() failed."
- M654, "Begin node UTMemAlloc() failed."
- M655, "End node UTMemAlloc() failed."
- M656, "Link UTMemAlloc() failed."
- M657, "Could not allocate memory for CNetwork pointers."
-
-
- #M850 - M899 for CS.
- #M900 - M998 for SU.
-
- #N - MAPPING ERRORS
- #CMap errors: 000 to 099
- N001, "CMap::ATCAddPoint: Too many ATC points"
- #N002, "Available"
- #N003, "Available"
- N004, "CMap::Init: Already initialized."
- N005, "CMap::Init: Could not initialize ATP."
- N006, "CMap::Init: Could not load map definition file."
- N007, "CMap::Init: Could not initialize map projection."
- N008, "CMap::SetCenterMode: Invalid center mode."
- N009, "CMap::SetScaleRangeMode: Invalid scale range mode."
- N010, "CMap::FindClosestRoad: No roads within tolerance."
- N011, "CMap::DefineZoomLevels: Invalid parameter(s)."
- N012, "CMap::ZoomIn: Could not zoom in."
- N013, "CMap::ZoomOut: Could not zoom out."
- N014, "CMap::ZoomTo: Invalid zoom level."
- N015, "CMap: Re-entrant call to Draw, FindClosestFeatures, and/or GetFeatureInfo."
- N016, "CMap::FindClosestFeatures: Could not get data from utility layer."
- N017, "CMap::GetFeatureInfo: Error getting data."
- N018, "CMap::GetFeatureInfo: Invalid feature handle - DT does not exist in layer."
- N019, "CMap::GetFeatureInfo: Invalid feature handle - No data in grid."
- N020, "CMap::GetFeatureInfo: Invalid feature handle - No data in grid for DT."
- N021, "CMap::GetFeatureInfo: Invalid feature handle - Item number too large."
- #N022 Free
- N023, "CMap::GetFeatureInfo: Could not get data from utility layer."
- N024, "CMap::GetUtilityLayerData: Error getting data."
- N025, "CMap::GetUtilityLayerData: DT not found."
- N026, "CMap::GetUtilityLayerData: No data in grid."
- N027, "CMap::GetUtilityLayerData: No data in grid for DT."
- N028, "CMap::GetUtilityLayerData: Item number too large."
- N029, "CRMap::Init: Could not load raster image."
- N030, "CMap::Draw: Could not find scale style."
- #N031 Free
- #N032 Free
- N033, "CVMap::Init: No data layers found."
- N034, "CMap::Draw: No output context is bound."
- N035, "CVMap::Draw: No data layers found."
- N036, "CVMap::Draw: Error getting data."
-
- #Style errors: 100 to 199
- #ReadStyleFile - 100 to 174
- N100, "Unexpected condition on line %s of style file"
- #N101 free
- N102, "Expected a number on line %s of style file"
- N103, "Number out of range on line %s of style file"
- N104, "End-comment (\"*/\") found outside of comment on line %s of style file"
- N105, "Comment exceeds end-of-file on line %s of style file"
- N106, "String constant is too long on line %s of style file"
- N107, "String constant exceeds end-of-line on line on line %s of style file"
- N108, "String constant exceeds end-of-file on line %s of style file"
- N109, "Invalid boolean value on line %s of style file"
- N110, "Invalid RGB value on line %s of style file"
- N111, "Invalid font weight on line %s of style file"
- N112, "Name is too long on line %s of style file"
- N113, "Expected a string for font name on line %s of style file"
- N114, "Invalid brush style on line %s of style file"
- N115, "Invalid hatch pattern on line %s of style file"
- N116, "Invalid pen style on line %s of style file"
- N117, "Invalid endcap style on line %s of style file"
- N118, "Invalid display type on line %s of style file"
- N119, "Invalid version number on line %s of style file"
- N120, "Missing version number in header on line %s of style file"
- N121, "Unknown file format on line %s of style file"
- N122, "Invalid scale range on line %s of style file"
- N123, "Syntax error on line %s of style file"
- N124, "Invalid symbol type on line %s of style file"
- N125, "Expected a string for symbol name on line %s of style file"
- N126, "Expected a comma on line %s of style file"
- N127, "Invalid TextPos option on line %s of style file"
- N128, "Invalid DT string (Map.dtt file was not found.) on line %s of style file"
- N129, "Invalid DT string (Does not exist in map.dtt file.) on line %s of style file"
- #Other style errors: 175 to 199
- N175, "CScaleStyle::Init: Already initialized."
- N176, "CScaleStyle: Illegal function while bound to a resource."
- N177, "CScaleStyle: Invalid DT"
- N178, "CCovStyle:InsertScaleStyle: Scale range already exists."
-
- #CDisplayList errors: 200 to 224
- N200, "CDisplayList::Delete: Id not found."
-
- P000, "Projection error."
- P001, "CCovProjection::Init. Projection Creation failed."
- P002, "UTCreateProjection. Invalid Projection - assuming Plate-carree"
-
-
- # Route Errors.
- R001, "Route options' object is not initialized. Please call its Init() before making any more route calls."
- R002, "No code to handle unknown route object state."
- R003, "Route object is not initialized. Please call Init() before making any more route calls."
- R004, "Set origin and destination before calling DoRoute()."
- R005, "Set origin before calling DoRoute()."
- R006, "Set destination before calling DoRoute()."
- R007, "Invalid route algorithm type."
- R008, "Destination: No connected link was found that matched the end node."
- R009, "No path from origin to destination. Could be a disconnected or most likely an overly restricted network."
- R010, "No connected link was found that matched the end node."
- R011, "No path from destination to origin. Could be a disconnected or most likely an overly restricted network."
- R012, "Could not get link's attributes (check route server log)."
- R013, "There are no entries in the adjacency list therefore no path exists to end node."
- R014, "Route link or its nodes could not be accessed (check route server log)."
- R015, "There are no entries in the destination adjacency list therefore no path exists to end node."
- R016, "Must initialize narrative object first."
- R017, "Invalid network type."
- R018, "Invalid value."
- R019, "Canned text number is out of range."
- R020, "Invalid narrative line type number."
- R021, "Invalid bBeforeOrAfter flag."
- R022, "Invalid language."
- R023, "Value out of range."
- R024, "Invalid narrative line type number."
- R025, "Route does not exist."
- R026, "Invalid narrative state."
- R027, "Invalid origin/destination flag."
- R028, "The %s contains a road name that does not exist in the road name database."
- R029, "Narrative information does not exist."
- R030, "Language string table doesn't exist."
- R031, "Invalid distance units."
- R032, "Road index is too large. Range = 1 to %s."
- R033, "Given end node does not match any of the link's nodes."
- R034, "Must initialize route definition object first."
- R035, "Illegal number of route legs. Must be 1 or more."
- R036, "Route algorithm options could not be instantiated."
- R037, "Must initialize route options object first."
- R038, "Invalid route algorithm type."
- R039, "Invalid route leg."
- R040, "Must initialize route algorithm options object first."
- R041, "Invalid restriction zone. Range = 1 to %s."
- R042, "Invalid number of route cycles. Range = 1 to %s."
- R043, "Invalid route cycle. Range = 1 to %s."
- R044, "File has not opened. RT_bsearch must receive an opened file."
- R045, "Must initialize route shape object first."
- R046, "Invalid location of 0, must be 1-based."
- R047, "A valid route does not exist in the route definition."
- R048, "No route records exist in route definition."
- R049, "Invalid line. Less than two shape points for a link."
- R050, "Route object to be copied is uninitialized; no copy is performed."
- R051, "No code to handle unknown return value."
- R052, "Route object is not initialized. Please call its Init() before making any more route calls."
- R053, "Invalid sFlag. Use RT_ADJUST_NORM or RT_ADJUST_TRIM."
- R054, "Coding error! Should never be able to reach this code."
- R055, "Input route options object is not initialized. Only accepts an initialized route options object."
- R056, "Route algorithm options are not initialized for every route leg."
- R057, "Input narrative data object is not initialized. Only accepts an initialized narrative data object."
- R058, "Invalid route shape state."
- R059, "Place's type, point of interest (POI), is not supported."
- R060, "Place's type, city, is not supported."
- R061, "Percentage along the link is out of range. Range = 0.0 to 1.0."
- R062, "Percentage along the link must be zero, since the node is a true network node."
- R063, "Undefined place type."
- R064, "Invalid place type."
- R065, "Invalid state transition."
- R066, "Route object to be copied is uninitialized; no copy is performed."
- R067, "Pointer to network does not exist."
- R068, "Narrative data does not exist; will NOT force route generation."
- R069, "Narrative data does not exist."
- R070, "Route shape does not exist."
- R071, "Could not get link's attributes."
- R072, "Route link or its nodes could not be accessed."
- R073, "Invalid node number input."
- R074, "Nodes' count exceeds the maximum number of nodes allowable for a nodes' grid file."
- R075, "Grid number is invalid. It is outside of the valid range."
- R076, "Grid count exceeds the maximum number of grids allowable for a grid adjacency nodes' file."
- R077, "Link index count exceeds the maximum number of link indices allowable for a grid adjacency link indices' file."
- R078, "Invalid link index."
- R079, "Invalid grid number."
- R080, "Invalid node number."
- R081, "Invalid link index number."
- R082, "Invalid link number."
- R083, "Invalid begin node."
- R084, "Invalid end node."
- R085, "Network could not be loaded. Maximum number of networks are loaded."
- R086, "Grid adjacency network could not be instantiated."
- R087, "Grid node network could not be instantiated."
- R088, "Link offsets relative could not be instantiated."
- R089, "Link index counts could not be instantiated."
- R090, "Link counts could not be instantiated."
- R091, "Road class offsets relative could not be instantiated."
- R092, "Road class offset ranges absolute could not be instantiated."
- R093, "The number of link offsets does not match the number of grids."
- R094, "The number of road class offsets does not match the number of grids."
- R095, "Network has no grids."
- R096, "Invalid route type."
-
- #Route RPC Errors
- #Client Handle=(nil) errors
- R097, "%s"
- R099, "Remote route generation failure (check route server log)."
- R100, "Invalid network location (check route server log)."
- R101, "Route RPC Init Failed."
-
- R098, "Too many decimal places requested for distance precision."
-
- #R850 - R899 for CS.
-
- #R900 - R998 for SU.
- #Load network failed for a coverage
- R900, "Load network failed for %s."
- R901, "Unable to create network object for %s."
-
- #General purpose error code for throwing any hard-coded routing error
- R999, "%s"
-
- #Parser Errors
- S001, "Too Many Intersections In Address."
- S002, "Invalid Intersection Address."
- S003, "Invalid Street Address."
- S004, "Nothing To Parse."
-
- #Thread errors
- T000, "Thread error."
- T001, "TLS: Maximum threads exceeded."
- T002, "Error %s in creating thread key."
- T003, "TLSGetValue failed."
- T004, "Thread create failed."
- T005, "Thread suspend/block failed."
- T006, "Thread resume/unblock failed."
- T007, "Get thread priority failed."
- T008, "Set thread priority failed."
-
- #Mutex errors
- T009, "Mutex create failed."
- T010, "Mutex memory allocation failed."
- T011, "Mutex init failed."
- T012, "Unable to acquire file-scoped mutex."
- T013, "Mutex destroy failed."
- T014, "Unable to acquire mutex (lock failure)."
- T015, "Unable to release mutex (unlock failure)."
- T016, "Mutex busy."
-
- #Condition variable errors
- T019, "Condition variable create failed."
- T020, "Condition variable memory allocation failed."
- T021, "Condition variable init failed."
- T022, "Unable to acquire file-scoped mutex."
- T023, "Condition variable destroy failed."
- T024, "Condition variable wait failed."
- T025, "Condition variable timed wait failed."
- T026, "Condition variable signal failed."
- T027, "Condition variable broadcast failed."
-
- #T500 - T549 for TL.
- #T550 - T599 for IO.
-
- #T600 - T624 for GQ.
- #In the event, UTIL doesn't throw error
- T604, "Mutex lock failure"
- T605, "Mutex unlock failure"
-
- #T625 - T649 for GG.
- #T650 - T699 for RT.
- T650, "Network access mutex create failed."
- T651, "Network count mutex create failed."
- T652, "Network loaded mutex create failed."
- T653, "Network R/W Lock Init() failed."
- T654, "Network read lock failed."
- T655, "Network read unlock failed."
- T656, "Network write lock failed."
- T657, "Network count mutex lock failed."
- T658, "Network loaded mutex lock failed."
- T659, "Network loaded mutex unlock failed."
- T660, "Network count mutex unlock failed."
- T661, "Network write unlock failed."
- T662, "Network access mutex lock failed."
- T663, "Network access mutex unlock failed."
-
- #T850 - T899 for CS.
-
- #T900 - T998 for SU.
- T900, "Coverage failed to create network mutex."
- T901, "Network access mutex lock failure for %s."
- T902, "Network access mutex unlock failed for %s."
- T903, "thr_create() for signal handler failed."
- T904, "thr_create() failed for check of dormant networks."
-
- W001, "R/W Lock:Init object mutex lock failed."
- W002, "R/W Lock:Init Uninit() failed."
- W003, "R/W Lock:Init mutex create failed."
- W004, "R/W Lock:Init mutex lock failed."
- W005, "R/W Lock:Init read condition variable create failed."
- W006, "R/W Lock:Init write condition variable create failed."
- W007, "R/W Lock:Init mutex unlock failed."
- W008, "R/W Lock:Init object mutex unlock failed."
- W009, "R/W Lock:Uninit object mutex lock failed."
- W010, "R/W Lock:Uninit mutex lock failed."
- W011, "R/W Lock:Uninit read condition variable destroy failed."
- W012, "R/W Lock:Uninit write condition variable destroy failed."
- W013, "R/W Lock:Uninit mutex unlock failed."
- W014, "R/W Lock:Uninit destroy mutex failed."
- W015, "R/W Lock:Uninit object mutex unlock failed."
- W016, "R/W Lock:Read mutex lock failed."
- W017, "R/W Lock:Read CV wait failed."
- W018, "R/W Lock:Read CV signal failed."
- W019, "R/W Lock:Read mutex unlock failed."
- W020, "R/W Lock:Write mutex lock failed."
- W021, "R/W Lock:Write CV wait failed."
- W022, "R/W Lock:Write mutex unlock failed."
- W023, "R/W Lock:Unlock mutex lock failed."
- W024, "R/W Lock:Unlock mutex unlock failed."
- W025, "R/W Lock:Unlock CV signal failed."
- W026, "R/W Lock:Unlock CV broadcast failed."
- #W600 - W624 for GQ.
- #W625 - W649 for GG.
- #W650 - W699 for RT.
- #W850 - W899 for CS.
- #W900 - W998 for SU.
-
- X000, "Miscellaneous Error."
- X001, "Error in rint() - value too large"
- X002, "CPath:: Destination buffer too small."
- X003, "CPath::BuildFilename. No filename specified."
- #X500 - X549 for TL.
- X500, "CColorArray::AddColor. Exceeded MAXN_COLORS."
- #X550 - X599 for IO.
- X550, "Invalid GEFINFO file, error line #%s."
- X551, "Exceeded maximum number of features (%s)."
- X552, "Invalid line (link %s); less than 2 shape points (%s)."
- X553, "Invalid polygon (link %s); less than 3 shape points."
- X554, "Can't locate road information for %s."
- X555, "Can't locate feature information for %s."
- X556, "Invalid line."
- X560, "Max # of roadshields exceeded."
- X561, "Invalid roadshield file."
- X565, "Max # of DLs exceded."
- X566, "Cannot add detail level with duplicate native scale."
- X570, "Invalid map.dt file."
-
- #X600 - X624 for GQ.
- #X625 - X649 for GG.
-
- #X650 - X699 for RT.
- X650, "Cannot create remote routing network."
- X651, "Unable to create geocode object for %s."
- X652, "Failed to create route object for %s."
- X653, "Unable to find coverage ID %s."
- X654, "Unable to create network object for %s."
- X655, "Unable to obtain pointer to routing network for %s."
- X656, "Failed to obtain pointer to route object for %s."
- X657, "Could not set state breaks option."
- X658, "Route succeeded but narrative or shape failed."
- #X659
- #X660
- X661, "Failed to load network for %s."
- X662, "Invalid %s network location."
- X663, "Full network path could not be formed."
- X664, "Uninitialized pointer to route link for %s."
- X665, "Network link is not valid."
-
- #X850 - X899 for CS.
- #X850, "Free"
- X851, "Setting hierarchy failed."
- X852, "Setting bounding rectangle failed."
- X853, "Setting projection structure failed."
- X854, "Extract Ids failed."
- X855, "Illegal hierarchy value."
- X856, "Too many hierarchy values."
- X857, "Missing bounding rectangle."
- X858, "Missing rdll values."
- X859, "Missing xdll values."
- X860, "Missing center values."
- X861, "Missing standard parallel one value."
- X862, "Missing standard parallel two value."
- X863, "Missing projection type."
- X864, "Missing Ids."
-
- #X900 - X998 for SU.
- X900, "No coverage set data file."
- X901, "Missing data source index/ID."
- X902, "Missing data source."
- X903, "Missing data source info."
- X904, "Data line parse failed.
- X905, "Invalid data source."
-
- #General purpose error code for throwing any hard-coded error
- X999, "%s"
-
-
- #Z100 - Z199 for GPVF Merge Application errors
- Z100, "Invalid map coverage ID in initialization file"
- Z101, "Initialization file missing data"
- Z102, "Cannot merge non-vector data"
- Z103, "Error creating new map define file for merged data"
- Z104, "Error merging data sets"
- Z105, "Inconsistent case of name strings between data sets"
- Z106, "Inconsistent largest scale between data sets"
- Z107, "Inconsistent number of grids between data sets"
- Z108, "Inconsistent number of map units between data sets"
- Z109, "Function GetActiveLayersForDL failed"
- Z110, "Function GetDTForDataLayer failed"
- Z111, "Function GetYPtrForDataLayer failed"
- Z112, "Function GetXPtrForRow failed"
- Z113, "Function LoadGrid of class CXYGridData failed"
- Z114, "Function MergeGrid of class CXYGridData failed"
- Z115, "Function SaveGrid of class CXYGridData failed"
- Z116, "Cannot delete temporary file"
- Z117, "Error opening GPVF data file"
- Z118, "Error reading from GPVF data file"
- Z119, "Error seeking in GPVF data file"
- Z120, "Error writing to GPVF data file"
- Z121, "Error closing GPVF data file"
- Z122, "Error allocating memory for layer existence array"
- Z123, "Error allocating memory for Y pointer array"
- Z124, "Error allocating memory for X pointer array"
- Z125, "Error allocating memory for display type array"
- Z126, "Error allocating memory for display type offsets array"
- Z127, "Error allocating memory for detail level id array"
- Z128, "Error allocating memory for display type data"
- Z129, "Error allocating memory for text data"
- Z130, "Inactive grid cannot be merged"
- Z131, "Grid numbers of grids to be merged are not equal"
- Z132, "Error merging text data"
- Z133, "Size of merged grid will exceed 64 Kb!"
- Z134, "Name offset out of range"
- Z135, "Name not found"
- Z136, "Invalid largest arc index"
- Z137, "Error creating line sort file"
- Z138, "Moved pointer out of range of memory block"
- Z139, "Invalid data set in line re-sorting"
- Z140, "Invalid data size in line re-sorting"
- Z141, "User data may not be merged correctly! Data just copied over."
- Z142, "Error retrieving line count from sorted line file"
- Z143, "Error allocating memory for line sort information"
- Z144, "Error retrieving line sort information"
- Z145, "Invalid data set in line re-sorting"
- Z146, "Invalid GPVF data!!!!!!!"
- Z147, "No memory allocated for data"
- Z148, "Error sorting line-sort file"
-
- #Z200 - Z299 for GEF to GPVF Application errors
- Z200, "Bad parameter(s) passed to CGPVFData::Init(...)"
- Z201, "Unable to load map define file"
- Z202, "Cannot create temporary work file"
- Z203, "GPVF point not active"
- Z204, "Cannot save projected point"
- Z205, "Cannot get file position"
- Z206, "Cannot save line shape data"
- Z207, "Cannot save line data"
- Z208, "Cannot save point shape data"
- Z209, "Cannot save point data"
- Z210, "Cannot save polygon shape data"
- Z211, "Cannot save polygon data"
- Z212, "Line generalization failed"
- Z213, "Polygon generalization failed"
- Z214, "Polygon gridding failed (partial polygons may exist)"
- Z215, "Invalid polygon. ID = %s"
- Z216, "Generate GPVF not active"
- Z217, "Cannot create product id file"
- Z218, "Cannot write to product id file"
- Z219, "Cannot access work file"
- Z220, "Cannot position work file"
- Z221, "Cannot read work file"
- Z222, "Cannot create Map Display Layer file"
- Z223, "Cannot create Utility Layer file"
- Z224, "Work file not sorted properly"
- Z225, "Unknown feature class: %s"
- Z226, "Boundary Names not ordered properly"
- Z227, "Cannot create aggregate file"
- Z228, "Cannot write to aggregate file"
- Z229, "Cannot open Data Layer file"
- Z230, "Cannot open Y Index file"
- Z231, "Cannot open X Index file"
- Z232, "Cannot write file header to Data Layer file"
- Z233, "GPVF Data Layer not active"
- Z234, "Cannot write to index file"
- Z235, "Cannot position data layer file"
- Z236, "Cannot write to data layer file"
- Z237, "Grid data length has reached its maximum. Some data will be lost. Grid = (%s)"
- Z238, "Grid data length has reached its maximum. Grid = (%s)"
- Z239, "Aggregate file not active"
- Z240, "Invalid Map Units Per grid value"
- Z241, "Line exceeds maximum points per grid--splitting"
- Z242, "No lines intersect"
- Z243, "Grid poly not active"
- Z244, "Bad parameter(s) passed to CGrid::GridPolygon(...)"
- Z245, "Polygon exceeds max polygon points per grid"
- Z246, "GridPgon1Grid fails. Problem with polygon shape"
- Z247, "Callback failed - polygon gridding"
- Z248, "GetPLineWClosestEndPt fails. Problem with polyline"
- Z249, "GetPLineW2ndClosestEndPt fails. Problem with polyline"
- Z250, "GetNextUnprocBndPt fails"
- Z251, "FindCornerPtBetween fails"
- Z252, "PointInRegion_L fails"
- Z253, "Polyline index is >= the number of polylines"
- Z254, "Last point does not match start of polyline"
- Z255, "Split invalid poly (id = %s) into %s valid polys"
- Z256, "Error re-allocating memory for sub-polygon shape points"
- Z257, "Error splitting invalid polygon into sub-polygons"
-